Skip to content

Load TransformerChain model file in ModelFileUtils - #4110

Merged
ganik merged 3 commits into
dotnet:masterfrom
najeeb-kazmi:4109
Aug 20, 2019
Merged

Load TransformerChain model file in ModelFileUtils#4110
ganik merged 3 commits into
dotnet:masterfrom
najeeb-kazmi:4109

Conversation

@najeeb-kazmi

@najeeb-kazmi najeeb-kazmi commented Aug 13, 2019

Copy link
Copy Markdown
Member

Fixes #4109

Related to microsoft/NimbusML#201

Enables loading TransformerChain models from entrypoints. This is needed so that models trained in ML.NET can be scored in NimbusML.

NimbusML models could be loaded and scored in ML.NET, but we never tested it the other way around.

@najeeb-kazmi
najeeb-kazmi requested review from eerhardt and ganik August 13, 2019 23:32

@eerhardt eerhardt left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you add a test for this scenario?

Comment thread src/Microsoft.ML.Data/Utilities/ModelFileUtils.cs Outdated
Comment thread test/Microsoft.ML.Core.Tests/UnitTests/TestEntryPoints.cs

@eerhardt eerhardt left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Thanks @najeeb-kazmi!

@ganik
ganik merged commit ec9d92c into dotnet:master Aug 20, 2019
@najeeb-kazmi
najeeb-kazmi deleted the 4109 branch January 30, 2020 01:24
@ghost ghost locked as resolved and limited conversation to collaborators Mar 20, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Enable loading TransformerChain models in EntryPoint graphs

3 participants